home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "FileID": "Long Integer",
- "Filename": "Text (255)",
- "ModifiedDate": "DateTime",
- "ModifiedBy": "Text (255)",
- "Status": "Long Integer",
- "FolderID": "Long Integer",
- "Priority": "Long Integer",
- "TimeEstimate": "Long Integer",
- "CheckList": "Long Integer",
- "Comment": "Text (255)",
- "Flags": "Long Integer"
- },
- "data": [
- {
- "FileID": 1,
- "Filename": "context.txt",
- "ModifiedDate": "01/02/70 00:00:00",
- "Status": 0,
- "FolderID": 0,
- "Priority": 0,
- "TimeEstimate": 0,
- "CheckList": 0,
- "Flags": 0
- }
- ]
- }